home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplinecontour.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  252b  |  12 lines

  1. #ifndef _Osplinecontour_h_
  2. #define _Osplinecontour_h_
  3.  
  4. enum
  5. {
  6.     PRIM_CONTOUR_TEXTURE            = 2140,    // STRING - Filename
  7.     PRIM_CONTOUR_WIDTH                = 2141,    // REAL - Width [>=0.0]
  8.     PRIM_CONTOUR_TOLERANCE        = 2142  // REAL - Tolerance [>0.0]
  9. };
  10.  
  11. #endif
  12.